home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / lynx / source / doslynx / include < prev    next >
Encoding:
Text File  |  1994-10-25  |  471 b   |  41 lines

  1. #ifndef ___H
  2. /*
  3.  *    Avoid include redundancy
  4.  */
  5. #define ___H
  6.  
  7. /*
  8.  *    Copyright (c) 1994, University of Kansas, All Rights Reserved
  9.  *
  10.  *    Include File:
  11.  *    Purpose:
  12.  *    Remarks/Portability/Dependencies/Restrictions:
  13.  *    Revision History:
  14.  */
  15.  
  16. /*
  17.  *    Required includes
  18.  */
  19.  
  20. /*
  21.  *    Constant defines
  22.  */
  23.  
  24. /*
  25.  *    Data structures
  26.  */
  27.  
  28. /*
  29.  *    Global variable declarations
  30.  */
  31.  
  32. /*
  33.  *    Macros
  34.  */
  35.  
  36. /*
  37.  *    Function declarations
  38.  */
  39.  
  40. #endif /* ___H */
  41.